home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 353
- Top = 141
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'About'
- ClientHeight = 324
- ClientWidth = 316
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object OKbtn: TBitBtn
- Left = 109
- Top = 296
- Width = 100
- Height = 25
- Caption = '&Close'
- Default = True
- ModalResult = 1
- TabOrder = 0
- Glyph.Data = {
- DE010000424DDE01000000000000760000002800000024000000120000000100
- 0400000000006801000000000000000000001000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00388888888877
- F7F787F8888888888333333F00004444400888FFF444448888888888F333FF8F
- 000033334D5007FFF4333388888888883338888F0000333345D50FFFF4333333
- 338F888F3338F33F000033334D5D0FFFF43333333388788F3338F33F00003333
- 45D50FEFE4333333338F878F3338F33F000033334D5D0FFFF43333333388788F
- 3338F33F0000333345D50FEFE4333333338F878F3338F33F000033334D5D0FFF
- F43333333388788F3338F33F0000333345D50FEFE4333333338F878F3338F33F
- 000033334D5D0EFEF43333333388788F3338F33F0000333345D50FEFE4333333
- 338F878F3338F33F000033334D5D0EFEF43333333388788F3338F33F00003333
- 4444444444333333338F8F8FFFF8F33F00003333333333333333333333888888
- 8888333F00003333330000003333333333333FFFFFF3333F00003333330AAAA0
- 333333333333888888F3333F00003333330000003333333333338FFFF8F3333F
- 0000}
- NumGlyphs = 2
- end
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 316
- Height = 289
- Align = alTop
- Caption = 'Panel2'
- TabOrder = 2
- object Pages: TPageControl
- Left = 1
- Top = 1
- Width = 314
- Height = 287
- ActivePage = Tababout
- Align = alClient
- TabOrder = 0
- object Tababout: TTabSheet
- Caption = 'About'
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 306
- Height = 259
- Align = alClient
- BevelInner = bvRaised
- BevelOuter = bvLowered
- ParentColor = True
- TabOrder = 0
- object ProductName: TLabel
- Left = 16
- Top = 8
- Width = 249
- Height = 28
- AutoSize = False
- Caption = 'CardCheck v2.0'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -21
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- IsControl = True
- end
- object Comments: TLabel
- Left = 16
- Top = 56
- Width = 89
- Height = 27
- AutoSize = False
- Caption = 'Copyright 1999 Nigel Cross'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- IsControl = True
- end
- object lblemail: TLabel
- Left = 120
- Top = 72
- Width = 97
- Height = 13
- Cursor = crHandPoint
- Hint = 'mail to: sales@xequte.com'
- AutoSize = False
- Caption = 'Sales@Xequte.com'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsUnderline]
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- OnClick = lblemailClick
- end
- object lblreg: TLabel
- Left = 16
- Top = 32
- Width = 111
- Height = 19
- Caption = '*Unregistered*'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lblxequte: TLabel
- Left = 120
- Top = 58
- Width = 83
- Height = 14
- Cursor = crHandPoint
- Hint = 'http://www.xequte.com/'
- Caption = 'Xequte Software'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsUnderline]
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- OnClick = lblxequteClick
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 96
- Width = 289
- Height = 157
- Caption = 'What does CardCheck do?'
- TabOrder = 0
- object Label10: TLabel
- Left = 16
- Top = 16
- Width = 249
- Height = 33
- AutoSize = False
- Caption =
- '1. It ensures the credit card number has the correct number of ' +
- 'digits for that card type.'
- WordWrap = True
- end
- object Label11: TLabel
- Left = 16
- Top = 80
- Width = 249
- Height = 41
- AutoSize = False
- Caption =
- '3. It checks whether the number structure of the credit card i' +
- 's correct by comparing it with the internal checksum that all cr' +
- 'edit card numbers contain.'
- WordWrap = True
- end
- object Label2: TLabel
- Left = 16
- Top = 124
- Width = 257
- Height = 25
- AutoSize = False
- Caption =
- 'While these tests are not foolproof they will detect an erroneou' +
- 's card number in at least 90% of cases.'
- WordWrap = True
- end
- object Label12: TLabel
- Left = 16
- Top = 48
- Width = 249
- Height = 33
- AutoSize = False
- Caption =
- '2. It ensures the credit card number has the correct leading ch' +
- 'aracters for that card type.'
- WordWrap = True
- end
- end
- end
- end
- object Tabregistration: TTabSheet
- Caption = 'Registration'
- object Bevel1: TBevel
- Left = 0
- Top = 0
- Width = 306
- Height = 259
- Align = alClient
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 12
- Top = 8
- Width = 238
- Height = 24
- Caption = 'Register CardCheck now!'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -21
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label3: TLabel
- Left = 16
- Top = 40
- Width = 265
- Height = 17
- AutoSize = False
- Caption = 'CardCheck costs US$14.00 + US$3.50 Fin Trans Fee'
- WordWrap = True
- end
- object Label4: TLabel
- Left = 16
- Top = 64
- Width = 120
- Height = 13
- Caption = 'You can register online at'
- end
- object Label5: TLabel
- Left = 140
- Top = 64
- Width = 151
- Height = 14
- Cursor = crHandPoint
- Hint = 'http://www.xequte.com/reg.html'
- Caption = 'www.xequte.com/register.html'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsUnderline]
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- OnClick = btnregisterClick
- end
- object Label6: TLabel
- Left = 16
- Top = 88
- Width = 265
- Height = 33
- AutoSize = False
- Caption =
- 'Or by sending a money order, personal cheque, cash or your credi' +
- 't card details to:'
- WordWrap = True
- end
- object Label7: TLabel
- Left = 24
- Top = 120
- Width = 136
- Height = 13
- Caption = '5 Abilene Cres, Churton Park'
- end
- object Label13: TLabel
- Left = 24
- Top = 136
- Width = 120
- Height = 13
- Caption = 'Wellington, New Zealand'
- end
- object btnregister: TBitBtn
- Left = 24
- Top = 180
- Width = 257
- Height = 25
- Hint =
- 'Takes you to the Xequte web site to register your software (via ' +
- 'credit card) or learn more about registering.'
- Caption = 'Make Secure Online Order Now!'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnClick = btnregisterClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 0400000000000001000000000000000000001000000010000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
- 555555555555555555555555555555555555555555FF55555555555559055555
- 55555555577FF5555555555599905555555555557777F5555555555599905555
- 555555557777FF5555555559999905555555555777777F555555559999990555
- 5555557777777FF5555557990599905555555777757777F55555790555599055
- 55557775555777FF5555555555599905555555555557777F5555555555559905
- 555555555555777FF5555555555559905555555555555777FF55555555555579
- 05555555555555777FF5555555555557905555555555555777FF555555555555
- 5990555555555555577755555555555555555555555555555555}
- NumGlyphs = 2
- end
- object btnOrderForm: TBitBtn
- Left = 29
- Top = 220
- Width = 121
- Height = 25
- Hint = 'Opens the registration form'
- Caption = 'Order Form'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = btnOrderFormClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 0400000000000001000000000000000000001000000010000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000000
- 000033333377777777773333330FFFFFFFF03FF3FF7FF33F3FF700300000FF0F
- 00F077F777773F737737E00BFBFB0FFFFFF07773333F7F3333F7E0BFBF000FFF
- F0F077F3337773F3F737E0FBFBFBF0F00FF077F3333FF7F77F37E0BFBF00000B
- 0FF077F3337777737337E0FBFBFBFBF0FFF077F33FFFFFF73337E0BF0000000F
- FFF077FF777777733FF7000BFB00B0FF00F07773FF77373377373330000B0FFF
- FFF03337777373333FF7333330B0FFFF00003333373733FF777733330B0FF00F
- 0FF03333737F37737F373330B00FFFFF0F033337F77F33337F733309030FFFFF
- 00333377737FFFFF773333303300000003333337337777777333}
- NumGlyphs = 2
- end
- object btnenterkey: TBitBtn
- Left = 158
- Top = 220
- Width = 121
- Height = 25
- Hint =
- 'If you have been sent a registration key, click here to enable t' +
- 'he full functionality of CardCheck'
- Caption = 'Enter Reg Key'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnClick = btnenterkeyClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 0400000000000001000000000000000000001000000010000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
- 5000555555555555577755555555555550B0555555555555F7F7555555555550
- 00B05555555555577757555555555550B3B05555555555F7F557555555555000
- 3B0555555555577755755555555500B3B0555555555577555755555555550B3B
- 055555FFFF5F7F5575555700050003B05555577775777557555570BBB00B3B05
- 555577555775557555550BBBBBB3B05555557F555555575555550BBBBBBB0555
- 55557F55FF557F5555550BB003BB075555557F577F5575F5555577B003BBB055
- 555575F7755557F5555550BB33BBB0555555575F555557F555555507BBBB0755
- 55555575FFFF7755555555570000755555555557777775555555}
- NumGlyphs = 2
- end
- end
- end
- end
- object BitBtn1: TBitBtn
- Left = 213
- Top = 296
- Width = 100
- Height = 25
- TabOrder = 1
- OnClick = BitBtn1Click
- Kind = bkHelp
- end
- end
-